home *** CD-ROM | disk | FTP | other *** search
- 10 rem -- basic loader for "sys680"boot -- elaine foster
- 20 rem -- loads and runs any prg on disk, with ascii for name in line 120
- 30 rem -- and number of characters in name, in line 80 as per the rems.
- 40 rem
- 50 rem -- when you run this prg it installs the mc routine at 680.
- 60 rem -- sys680 loads and runs the programme specified in lines 80 and 120.
- 70 rem
- 80 data169,008,170,160,001,032,186,255,169,004:rem -- 004= # of chars in name
- 90 data162,203,160,002,032,189,255,169,000,032
- 100 data213,255,134,045,132,046,032,089,166,032
- 110 data113,168,076,174,167
- 120 data071,065,077,069:rem -- in this line enter the ascii for the name to load
- 130 rem -- it is presently set up to load the filename "game", 4 characters.
- 140 forx=680to718:ready:pokex,y:next
- 150 poke53280,3:poke53281,1:poke646,6:print"[147] boot installed...
- 160 [153]" sys680 to load and run the programme
- 170 print" for which it is set up. see rems.
-